Data verbs take data tables as input and give data tables as output
- select(): keeps variables of interest (and rename() ), i.e., columns
- filter(): subsets cases of interest, i.e., rows
- mutate(): transforms the variable (and transmute() like mutate, returns only new variables)
- arrange(): reorders the cases
- summarize(): computes summary statistics